Welcome![Sign In][Sign Up]
Location:
Search - udp protocol

Search list

[Internet-NetworkUDP

Description: udp网络编程用来了解 udp协议通信-conmunicate with udp protocol
Platform: | Size: 6144 | Author: guardianzuo | Hits:

[Software Engineeringqq

Description: 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,当它想传送时就简单地去抓取来自应用程序的数据,并尽可能快地把它扔到网络上)来实现数据的发送和接收。ACM WAVEX -Using c++ write software for peer to peer voice chat, to achieve voice communication between two host computers were first collected by the sound, and then use ACM compressed audio data interfaces, data sent to the target host, the host receives data, extract audio data, and play, to assert the point was voice communications. Using TCP/IP protocol to confirm the connection status (TCP/IP protocol is a reliable protocol, TCP is responsible for the problems found in transmission, a signal problem on the demand for re-transmission until all the data security and correctly transferred to the destination), UDP protocol (UDP is a connectionless protocol, transmission of data source and the terminal before the connection is not established, when it simply when you want to transfer to crawl from the application of data and throw it as quickly as possible on the network ) to achieve data transmission and reception.
Platform: | Size: 2726912 | Author: 里小号 | Hits:

[Internet-Networkudp

Description: 使用UDP协议socket分别编写服务器端和客户端程序。在linux系统下实现服务器端和客户端的通信。-Were prepared using the UDP protocol socket server and client programs. In the linux system to achieve server-side and client communication.
Platform: | Size: 1024 | Author: lx | Hits:

[Program docTCP.UDP

Description: TCP.UDP协议的聊天程序源代码,介绍了客户端和服务端的相关代码,并有相关注释-TCP.UDP protocol chat program source code, introduced the client and service side of the relevant code, and relevant comments
Platform: | Size: 70656 | Author: 张力 | Hits:

[Internet-NetworkUDP

Description: 基于UDP协议的简单网络聊天程序,包含客户端和服务器端两部分-Simple network based on UDP protocol chat program, including client and server-side two
Platform: | Size: 2331648 | Author: shadow | Hits:

[Internet-NetworkUdpTest

Description: udp测试工具,可以进行udp传输协议的发送接受-udp test tool for sending udp protocol accepted
Platform: | Size: 254976 | Author: yatang | Hits:

[DocumentsUDP

Description: The UDP protocol on NS2 papers, including catalog, text, literature
Platform: | Size: 189440 | Author: 武艳宏 | Hits:

[Linux-UnixLam_qt

Description: 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately adopted a Linux system to QT for the development of language, in the realization of the basic communication function basis, continue to cross-compile the software and successfully transplanted to the ARM9 development board. This software is not the server, only a single client, the software starts by using the UDP protocol to send to the broadcast address 255.255.255.255 that an encoded broadcast packets to establish a list of online users This software can be XP system, Ubuntu system and ARM9 development board run, using the Tcp/Udp, Socket and other technology software changes the basic user name, one to one chat and file transfer capabilities.
Platform: | Size: 140288 | Author: stone | Hits:

[ARM-PowerPC-ColdFire-MIPSarm7-cs8900-udp

Description: 基于ARM7的嵌入式系统与cs8900网卡的udp协议编程源代码-ARM7-based embedded systems and cs8900 udp protocol network card programming source code
Platform: | Size: 37888 | Author: maguang | Hits:

[TCP/IP stackabc

Description: VisualC++网络高级编程。 基本网络编程技术。 Telnet协议实现 Http协议实现 Ftp协议实现 文件下载 UDP协议实现 ICMP协议实现 ppp协议实现 代理服务器实现 ...... -VisualC++ advanced programming network. Basic network programming. Http protocol Telnet protocol Ftp file download protocol UDP protocol ICMP protocol ppp protocol proxy server ......
Platform: | Size: 4562944 | Author: | Hits:

[Internet-NetworkProgram

Description: udp 协议实现的文件传输功能 实现点对点的传输 这个是一个可执行程序的打包-File transfer program using UDP protocol
Platform: | Size: 9216 | Author: liuyang | Hits:

[TCP/IP stackReliableUDP

Description: 在高速数据传输网络中.UDP协议有着其它数据传输协议无法比拟的优势,但也存在着传输可靠性差的问题。文章在细致分析UDP协议特点的基础上,对其关键技术进行了改进,设计出了一种新的可靠UDP协议,大大提高了数据传榆的可靠性。-In the high-speed data transmission network. UDP protocol with other data transfer protocol can not match advantage, but there is also the problem of poor transmission reliability. The paper features a detailed analysis based on the UDP protocol, to improve its key technology to design a new reliable UDP protocol, greatly improving the reliability of data transfer elm.
Platform: | Size: 2853888 | Author: 宋庆席 | Hits:

[Internet-Networkfiletranmit

Description: 基于TCP/UDP协议的文件传输程序,分为服务器和客户端-Based on TCP/UDP protocol file transfer program, divided into server and client
Platform: | Size: 4603904 | Author: yangguoheng | Hits:

[JSP/JavaUDP

Description: UDP通信例子,速度较快的协议,实现客户端和服务器间的即时对话,对初学者有很大的帮助-UDP communication example, faster protocol between the client and server to achieve real-time dialogue is very helpful for beginners
Platform: | Size: 4096 | Author: 孟祥安 | Hits:

[TCP/IP stackChat-UDP

Description: 使用 UDP 协议的聊天室例子程序 —— 客户端 使用 nmake 或下列命令进行编译和链接 -Chat room using the UDP protocol example program- or the client to use nmake to compile and link the following command
Platform: | Size: 12288 | Author: 邓晴 | Hits:

[JSP/JavaFileTransferProtocol

Description: File Transfer Protocol implements in java from University of Sã o Paulo - BR for UDP Protocol Security Transfer-File Transfer Protocol implements in java from University of Sã o Paulo - BR for UDP Protocol Security Transfer...
Platform: | Size: 7168 | Author: Cardoso | Hits:

[Internet-NetworkUDP

Description: 基于TCP/IP中的UDP协议的一个小型聊天软件 不能穿透内网...仅作为UDP编程的学习-Based on TCP/IP, UDP protocol in a small chat software ... can not penetrate the internal network to learn only as UDP programming
Platform: | Size: 2805760 | Author: 王鹏宇 | Hits:

[Internet-NetworkNC

Description: netcat是一个简单的读写网络连接数据的unix工具,用tcp和udp协议-Netcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. Netcat, or "nc" as the actual program is named, should have been supplied long ago as another one of those cryptic but standard Unix tools.
Platform: | Size: 93184 | Author: andy | Hits:

[DSP programjpegNetWork-UDP

Description: 基于DM642、DM643的网络摄像机,实现网络视频传输功能,采用TI的JPEG库进行视频压缩,使用UDP协议传输,达到每秒10帧以上,基本实现实时功能。-Based on DM642, DM643 network camera, network video transmission capabilities, TI' s JPEG library used for video compression, transmission using the UDP protocol, more than 10 frames per second, the basic real-time capabilities.
Platform: | Size: 2260992 | Author: 冯波 | Hits:

[TCP/IP stackProtocol-analyzer-program

Description: 协议分析程序,实现主要的TCP、UDP、ICMP的协议分析-Protocol analysis program to realize the main TCP, UDP, ICMP protocol analysis
Platform: | Size: 693248 | Author: huangfuquan | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net